home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Orlando_1993 / Devcon93.4 / Networking2 / AS225 / examples / timed.doc < prev   
Encoding:
Text File  |  1993-01-11  |  269 b   |  5 lines

  1. This is the source to the inet:serv/timed server. This shows just how to
  2. write a server that gets launched by inetd. Note the use of the s_inherit()
  3. function. Inetd uses s_release() to hand off the socket in question. See 
  4. the autodocs on these functions for examples.
  5.